FormNavigationMode Property
Specifies methods for navigation of a database aware form.
The defined values :
-current: An user interface is provided and the navigation is performed on the current form.
-none: a dedicated user interface is not provided, but the form may be navigated using the TAB and SHIFT/TAB keys on the keyboard.
-parent: a user interface is provided and the navigation is performed on the parent form of the current form.
Namespace: Independentsoft.Office.Odf.FormsAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public NavigationMode NavigationMode { get; set; }
Public Property NavigationMode As NavigationMode
Get
Set
Property Value
NavigationMode